Skip to content

Conversation

@tobz-nz
Copy link

@tobz-nz tobz-nz commented Oct 14, 2025

This change makes testing routes protected by Altcha possible by sending "valid" as the token value (testing environment only).

for example:

    $this->post(route('post.store', [
        'name' => 'test',
        'content' => '...',
        'altcha' => 'valid',
    ])
        ->assertSessionHasNoErrors();

This change makes testing routes protected by Altcha possible by sending "valid" as the token value (`testing` environment only).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant